home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / wctutor.zip / EDITOR.HLP < prev    next >
Text File  |  1992-06-08  |  13KB  |  259 lines

  1.  ┌───────────────────────────────────────────────────────────────────────────┐ 
  2.  │  Quick Reference             Message Editing              Editor Options  │ 
  3.  └───────────────────────────────────────────────────────────────────────────┘ 
  4.  
  5.    WILDCAT! offers you a wide range of available options prior to saving your
  6.    final revisions to the message base.  Below are a list of those options.
  7.  
  8.       [A]bort       - Aborts all changes that have been made
  9.       [C]ontinue    - Continue editing, but change to single line mode
  10.       [I]nsert      - Insert new lines of text in single line mode
  11.       [L]ist        - Redisplays message for easy viewing
  12.       [E]dit        - Places you back in single line edit mode
  13.       Ca[r]bon      - Send a duplicate message to specific caller(s)
  14.       [Q]uote       - Place parts of the previous message in this messsage
  15.       [F]ull Screen - Returns you to full screen editing mode
  16.       [D]elete      - Delete specific line numbers in single line mode
  17.       [S]ave        - Save the message and forward carbon copies if chosen
  18.       [H]elp        - Displays this Help screen
  19.       At[t]ach      - Attach a file to the message for easy downloading
  20.  
  21. ┌─────────────── For Detailed Descriptions, select [C]ontinue ────────────────┐
  22. ╘═════════════════════════════════════════════════════════════════════════════╛
  23.  ┌───────────────────────────────────────────────────────────────────────────┐ 
  24.  │  Detailed Description        Message Editing              Editor Options  │ 
  25.  └───────────────────────────────────────────────────────────────────────────┘ 
  26.  
  27.    After finishing your initial draft of the message you wish to send,
  28.    pressing either ESCAPE or ENTER twice (depending on which editor you're
  29.    using) will display the following sub-prompt.
  30.  
  31.     Edit Message [A]bort, [C]ontinue,    [I]nsert, [L]ist, [E]dit, Ca[r]bon
  32.                  [Q]uote, [F]ull Screen, [D]elete, [S]ave, [H]elp, At[t]ach
  33.  
  34.    From here you have a wide range of available options prior to actually
  35.    saving your message.  Below is a description of each of these options.
  36.  
  37.      [A]bort -
  38.           This will not update the message and will cancel all changes made
  39.           during the editing session.  If this was a new message, nothing will
  40.           will saved and you will be returned to the Message Menu.
  41.  
  42.      [C]ontinue -
  43.           You will be able to continue editing the message.  The cursor will
  44.           be positioned at the last line you entered and return you to
  45.           SINGLE LINE editing mode.
  46.  
  47.      [I]nsert -
  48.           Allows insertion of new lines in the text.  You are prompted for
  49.           the line number where new lines should be inserted.  You are then
  50.           asked to enter your text, and then your new line(s) are added at
  51.           the chosen number.  Any number of new lines will be inserted as
  52.           automatic word-wrap creates more new lines as needed.
  53.  
  54.      [L]ist -
  55.           This will redisplay the message with normal screen pauses in
  56.           effect (if needed), and present you with the 'Edit Message'
  57.           prompt.
  58.  
  59.      [E]dit -
  60.           Selecting this option will place you back in edit mode, but in the
  61.           SINGLE LINE mode of editing.  Below is a explanation on how to use
  62.           this mode to edit a specific line.
  63.  
  64.           The old and new text is separated by a ";".  The terminology used
  65.           is OLDSTRING for the text to be replaced and NEWSTRING for the new
  66.           text.  After asking for the line number to be edited, WILDCAT!
  67.           needs to know what needs to be changed.  The syntax for this
  68.           procedure is:
  69.  
  70.                          OLDSTRING;NEWSTRING
  71.              (note the semicolon between the two words).
  72.  
  73.           This command is translated as "Take the first occurrence of the
  74.           characters OLDSTRING and delete them, then insert the characters
  75.           NEWSTRING in the same location.  For example, if the message line
  76.           reads:
  77.  
  78.                "this is a message to shw how to use th Edit command."
  79.  
  80.           Obviously we need to change two errors, the word "th" for "the"
  81.           and "shw" for "show".  First lets fix "shw" by using the command
  82.           "shw;show" which scans for the word "shw" and replaces it with
  83.           "show".  Now the harder correction. Notice that the first
  84.           occurrence of the incorrect text "th" is actually a part of
  85.           correct text "this" in the 1st word. Therefore we can't simply use
  86.           the command "th;the" or the new message will read:
  87.  
  88.                            "theis is a message...".
  89.  
  90.           The proper method is to broaden the OLDSTRING search to include
  91.           additional unique text such as:
  92.  
  93.                               "use th;use the"
  94.  
  95.           Notice that we can replace any number of letters even with a
  96.           shorter or longer NEWSTRING.
  97.  
  98.           After an edit the caller is presented with the corrected line and
  99.           allowed to make more corrections, if needed.  Pressing [ENTER] will
  100.           terminate the edit mode.
  101.  
  102.      Ca[r]bon -
  103.           You will be prompted for the user name(s) of whom you want to
  104.           receive copies of the message being edited.  This is very useful
  105.           if you would like to send this message to more than one person.
  106.           Each person that receives this message will have a "cc: Username"
  107.           appended to the end of this message.
  108.  
  109.      [Q]uote -
  110.           Allows you to quote all or part of the message being replied to.
  111.           You are asked for the start line to quote and then you need to
  112.           enter the last line to quote.  You then need to [C]ontinue your
  113.           message and you will be positioned at the end of the quoted lines.
  114.           The quoted lines will appear with the minus-greater-than "->" on
  115.           the far left side.  Press [ENTER], and then you can continue with
  116.           your reply.
  117.  
  118.      [F]ull Screen -
  119.           This will take you back to the full screen editor and will put you
  120.           in edit mode placing the cursor at the end of the message.
  121.  
  122.      [D]elete -
  123.           You will be prompted for the line number(s) to delete.  The editor
  124.           will then redisplay the line(s) you want to delete and will ask
  125.           for confirmation before actually deleting them.
  126.  
  127.      [S]ave -
  128.           After the message has been proofread and edited, the save command
  129.           will update the message base with the message and appropriate
  130.           carbon copies, if requested.
  131.  
  132.      [H]elp -
  133.           Displays this Help screen.
  134.  
  135.      At[t]ach -
  136.           This function allows you to attach a file to the current message.
  137.           This allows the reader the ability to download the file.  This file
  138.           is not maintained in the normal file database, but rather stored
  139.           separately with the messages.  This file will then stay "attached"
  140.           to the message until it has been [K]illed.
  141.  
  142.  
  143.  ┌───────────────────────────────────────────────────────────────────────────┐ 
  144.  │  Quick Reference           Full Screen Editor              Edit Commands  │ 
  145.  └───────────────────────────────────────────────────────────────────────────┘ 
  146.  
  147.    Key Combination   Desired Effect     Key Combination   Desired Effect
  148.    ───────────────   ──────────────     ───────────────   ──────────────────
  149.    ^E or Up Arrow  = Cursor up          ^W or Home      = Goto begin of line
  150.    ^X or Dn Arrow  = Cursor down        ^P or End       = Goto end of line
  151.    ^S or L-Arrow   = Cursor left        ^A or ^ L-Arrow = Cursor word left
  152.    ^D or R-Arrow   = Cursor right       ^F or ^ R-Arrow = Cursor word right
  153.    ^C or Page Down = Page down          ^R or Page Up   = Page up
  154.  
  155.    ^I or TAB       = 5 spaces over      ^B or n/a       = Reformat paragraph
  156.    ^J or n/a       = Join lines         ^Y or n/a       = Delete the line
  157.    ^L or n/a       = Re-draw screen     ^T or n/a       = Delete word right
  158.    ^M or Enter     = New line           ^G or Del       = Delete character
  159.    ^N or n/a       = Split line         ^V or Ins       = Toggle insert mode
  160.  
  161.    NOTE: ^N = Hold down CTRL & press N    n/a = No equivalent single key
  162.  
  163. ┌─────────────── For Detailed Descriptions, select [C]ontinue ────────────────┐
  164. ╘═════════════════════════════════════════════════════════════════════════════╛
  165.  ┌───────────────────────────────────────────────────────────────────────────┐ 
  166.  │  Detailed Description      Full Screen Editor              Edit Commands  │ 
  167.  └───────────────────────────────────────────────────────────────────────────┘ 
  168.  
  169.    The full-screen editor supports the fundamental WordStar type commands.
  170.    These typically involve holding down the control key and then pressing
  171.    the corresponding letter for the desired effect.  For example, to reformat
  172.    the paragraph the cursor is in, holding down the CONTROL key while
  173.    pressing the letter B (or ^B) will invoke the reformat function.
  174.  
  175.    When editing, usually there is a alternate key stroke that can cause the
  176.    same function.  In the previously listed table of commands, the other
  177.    possible combination is displayed to the right of its control key
  178.    counterpart.
  179.  
  180.    The full-screen editor supports several cursor movement commands generated
  181.    by different communication programs.  Cursor positioning using ANSI
  182.    terminal emulation as well as standard Escape commands are interpreted
  183.    properly.  If you find that your communication program is not operating
  184.    properly when in the full-screen editor, you may need to activate ANSI
  185.    terminal emulation mode.
  186.  
  187.    Some programs support both ANSI and Escape codes and do not require ANSI
  188.    to be activated.  If you still have problems with cursor positioning, make
  189.    use of the Ctrl keys listed below to move the cursor.  Note that Ctrl key
  190.    movement and keys such as PgUp/PgDn cannot be used if your communication
  191.    program used Ctrl key commands for its own operation or macros. If your
  192.    communications program supports a pass-through mode such as Doorway Mode,
  193.    you may find it better suited for full-screen editor operation.
  194.  
  195.    Below are the available Control key/Function combinations allowed while
  196.    using the Full Screen Editor.
  197.  
  198.    Key Combination   Desired Effect     Key Combination   Desired Effect
  199.    ───────────────   ──────────────     ───────────────   ──────────────────
  200.    ^E or Up Arrow  = Cursor up          ^W or Home      = Goto begin of line
  201.    ^X or Dn Arrow  = Cursor down        ^P or End       = Goto end of line
  202.    ^S or L-Arrow   = Cursor left        ^A or ^ L-Arrow = Cursor word left
  203.    ^D or R-Arrow   = Cursor right       ^F or ^ R-Arrow = Cursor word right
  204.    ^C or Page Down = Page down          ^R or Page Up   = Page up
  205.  
  206.    ^I or TAB       = 5 spaces over      ^B or n/a       = Reformat paragraph
  207.    ^J or n/a       = Join lines         ^Y or n/a       = Delete the line
  208.    ^L or n/a       = Re-draw screen     ^T or n/a       = Delete word right
  209.    ^M or Enter     = New line           ^G or Del       = Delete character
  210.    ^N or n/a       = Split line         ^V or Ins       = Toggle insert mode
  211.  
  212.    NOTE: ^N = Hold down CTRL & press N    n/a = No equivalent single key
  213.  
  214.    Following is an example of the Full Screen Editor's flexibility
  215.    and appearance.
  216.  
  217.  
  218. Enter conference, [L]ist, or [ENTER] = "000 - Public Messages"? [   ]
  219.  
  220.   To ([ENTER] = All)? [Another User             ]
  221. Subject ('' = Abort)? [Full Screen Editor exampl]
  222.              Private? [N]
  223.       Return receipt? [N]
  224.   Full Screen Editor? [Y]
  225.  
  226. From : JOHNNY CALLER                            [Escape] Save/Edit
  227. To : ANOTHER USER                               [Ctrl-Z] Display Help
  228. Subject : help files                            [Ctrl-V] Insert mode :On
  229. (----+----1----+----2----+----3----+----4----+----5----+----6----+----7--)  
  230. 1:  This 
  231. 2:       is                                             this.
  232. 3:          the                                     try
  233. 4:              full                        example
  234. 5:                   screen            your
  235. 6:                          editor for
  236. 7:  
  237. 8:                   ++++++++++++++++++++++
  238. 9: 
  239. 10:                           used to
  240. 11:                   getting         these
  241. 12:                of                       Wordstar
  242. 13:            lot                                   style
  243. 14:          a                                             ctrl
  244. 15:    takes                                                    key
  245. 16: It                                                              commands.
  246. 17:
  247.  
  248. Edit Message [A]bort, [C]ontinue,    [I]nsert, [L]ist, [E]dit, Ca[r]bon
  249.              [Q]uote, [F]ull Screen, [D]elete, [S]ave, [H]elp, At[t]ach? [ ]A
  250.  
  251. Do you wish to abort this message? [N]Y
  252. Message aborted.
  253.  
  254.  
  255. ┌────────────────────────── End of Help Information ──────────────────────────┐
  256. ╘═════════════════════════════════════════════════════════════════════════════╛
  257.  
  258.  
  259.